[3.13] gh-151945: Fix all reference warnings and various solecisms in the http.cookiejar docs (GH-152816)#153034
Merged
StanFromIreland merged 1 commit intoJul 4, 2026
Conversation
…sms in the `http.cookiejar` docs (pythonGH-152816) (cherry picked from commit 66c76fa) Co-authored-by: Harjoth Khara <harjoth.khara@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Stan Ulbrych <stan@python.org>
This was referenced Jul 4, 2026
StanFromIreland
commented
Jul 4, 2026
| @@ -110,7 +110,7 @@ The following classes are provided: | |||
|
|
|||
| This class represents Netscape, :rfc:`2109` and :rfc:`2965` cookies. It is not | |||
| expected that users of :mod:`http.cookiejar` construct their own :class:`Cookie` | |||
Member
Author
There was a problem hiding this comment.
This was the conflict, on 3.14+ we've escaped this reference. Since we have linklint now to take care of this, I opted to leave it as-is.
Documentation build overview
465 files changed ·
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(cherry picked from commit 66c76fa)
Doc/library/http.{cookiejar,server}.rst#151945